The Dreamweaver JavaScript API > Deprecated functions > dreamweaver.libraryPalette.deleteSelectedItem()

 

dreamweaver.libraryPalette.deleteSelectedItem()

Availability

Dreamweaver 3.0, deprecated in Dreamweaver 4.0 in favor of using dw.assetPalette.setSelectedCategory("library"), then calling dw.assetPalette.removeFromFavorites.

Description

Removes the selected library item from the Library panel and deletes its associated LBI file from the Library folder at the root of the current site. Instances of the deleted item may still exist in pages throughout the site.

Arguments

None.

Returns

Nothing.

Enabler

None.